home *** CD-ROM | disk | FTP | other *** search
- ## whatever_test
- # This script will change based on whatever feature is currently being tested.
-
- {
- -name whatever_test
- -start -delay 0 0 0 5
- -action -onerror operation_fail
-
- # match anything
- -action -match .* .* .* .* .*
-
- # fail everything
- -action -match -except .* .* .* .* .*
-
- -action -inc 0 0 0 1
-
- }
-
- # operation failed
- {
- -name operation_fail
- -action -print Time Clause exception:
- -action -print %TG.LAST_ERROR%
- -action -return break
- }
-